From dcf447451d08f70a688ce8025097e2b0348d41de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 3 Sep 2025 14:44:51 +0200 Subject: [PATCH] bootstrap: ignore x.py shell completion diff MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit this test is intended for development, we can ignore it for package builds. Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic build Gbp-Pq: Name bootstrap-ignore-x.py-shell-completion-diff.patch --- src/bootstrap/src/core/build_steps/test.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs index ce257edc5c..29fe49cbf0 100644 --- a/src/bootstrap/src/core/build_steps/test.rs +++ b/src/bootstrap/src/core/build_steps/test.rs @@ -1291,7 +1291,8 @@ HELP: to skip test's attempt to check tidiness, pass `--skip src/tools/tidy` to eprintln!( "x.py completions were changed; run `x.py run generate-completions` to update them" ); - crate::exit!(1); + // Debian: we don't care about this + //crate::exit!(1); } } -- 2.30.2